home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / aiue.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  204 b   |  9 lines

  1. on searchdataj kasira
  2.   global mydatebase, taidataj, mydbno
  3.   repeat with n = 1 to mydbno
  4.     if item 13 of line n of mydatebase = kasira then
  5.       put n & "," after taidataj
  6.     end if
  7.   end repeat
  8. end
  9.